home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / misc / pedgre37.arj / PEDIGREE.BAT < prev    next >
DOS Batch File  |  1994-01-15  |  391b  |  19 lines

  1. @ECHO OFF
  2. :: MS-DOS batch file to run the PEDIGREE application
  3. PEDBEGIN.EXE
  4. :ENTRY
  5. PEDENTRY.EXE
  6. IF ERRORLEVEL 1 GOTO FINAL
  7. :: Just a little insurance everything is working
  8. IF EXIST PEDIGREE.PRM GOTO CHART
  9. ECHO Can't find PEDIGREE.PRM parameters file.
  10. GOTO FINAL
  11. :CHART
  12. PEDCHART.EXE
  13. IF ERRORLEVEL 1 GOTO FINAL
  14. PEDGED
  15. IF ERRORLEVEL 1 GOTO FINAL
  16. PEDMAIN.EXE
  17. GOTO ENTRY
  18. :FINAL
  19.